Skip to content

reasonix-desktop: Add version 1.12.0#18019

Open
JackieJK wants to merge 10 commits into
ScoopInstaller:masterfrom
JackieJK:DeepSeek-Reasonix
Open

reasonix-desktop: Add version 1.12.0#18019
JackieJK wants to merge 10 commits into
ScoopInstaller:masterfrom
JackieJK:DeepSeek-Reasonix

Conversation

@JackieJK

@JackieJK JackieJK commented Jun 11, 2026

Copy link
Copy Markdown

Closes #17989

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR updates the DeepSeek-Reasonix Scoop package manifest from version 1.5.0 to version 1.10.0. The manifest now includes both Windows amd64 and arm64 release artifacts, each with its own GitHub download URL and SHA256 hash. The executable binary configuration (Reasonix.exe with Reasonix shortcut), GitHub-based version detection regex (desktop-v([\d.]+)), and autoupdate URL templating remain unchanged, with autoupdate now rewriting both amd64 and arm64 download URLs using the discovered version.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title mentions a version bump, but it says 1.12.0 while the manifest actually updates to 1.10.0, so it is misleading. Rename it to match the actual package and version, e.g. 'deepseek-reasonix: Add version 1.10.0'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The PR description includes the closed issue reference and confirms compliance with the conventional PR title format and contributing guide as required by the template.
Linked Issues check ✅ Passed The PR successfully addresses issue #17989 by adding the deepseek-reasonix package to the Extras bucket with proper manifest configuration for Windows architecture support.
Out of Scope Changes check ✅ Passed All changes are scoped to updating the deepseek-reasonix manifest with version 1.10.0 and adding Windows architecture support, which is directly related to the linked issue requirement.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@JackieJK

Copy link
Copy Markdown
Author

/verify

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
bucket/deepseek-reasonix.json (1)

1-31: 🛠️ Refactor suggestion | 🟠 Major | ⚡ Quick win

Reminder: Ensure CRLF line endings.

Scoop manifests must use CRLF (Windows-style) line endings. Please verify that this file uses CRLF line endings, not LF (Unix-style).

As per coding guidelines: "Line Endings: Scoop manifests must use CRLF line endings. Remind the contributor if you detect LF."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/deepseek-reasonix.json` around lines 1 - 31, The manifest file
deepseek-reasonix.json currently must use Windows CRLF line endings; convert the
file's line endings from LF to CRLF (ensure the entire JSON including keys like
"version", "bin": "Reasonix.exe" and the "autoupdate" block ends with CRLF) and
re-save the file so the repository contains CRLF line endings for this scoop
manifest.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/deepseek-reasonix.json`:
- Line 4: Update the "homepage" field in the deepseek-reasonix.json manifest
from "http://reasonix.io/" to "https://reasonix.io/"; if you prefer to keep
HTTP, verify that the HTTP URL properly redirects to HTTPS and document that
verification, but the change should be made by editing the homepage property
value to use the HTTPS URL.

---

Outside diff comments:
In `@bucket/deepseek-reasonix.json`:
- Around line 1-31: The manifest file deepseek-reasonix.json currently must use
Windows CRLF line endings; convert the file's line endings from LF to CRLF
(ensure the entire JSON including keys like "version", "bin": "Reasonix.exe" and
the "autoupdate" block ends with CRLF) and re-save the file so the repository
contains CRLF line endings for this scoop manifest.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b613e37a-1ec5-4bef-b6a8-cf653c11362e

📥 Commits

Reviewing files that changed from the base of the PR and between 093cab0 and 004857a.

📒 Files selected for processing (1)
  • bucket/deepseek-reasonix.json

Comment thread bucket/deepseek-reasonix.json Outdated
@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

deepseek-reasonix

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@JackieJK

Copy link
Copy Markdown
Author

/verify

@github-actions

Copy link
Copy Markdown
Contributor

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

deepseek-reasonix

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@JackieJK

Copy link
Copy Markdown
Author

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

deepseek-reasonix

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@JackieJK JackieJK changed the title deepseek-reasonix: Add version 1.5.0 deepseek-reasonix: Add version 1.10.0 Jun 20, 2026
@JackieJK

Copy link
Copy Markdown
Author

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

deepseek-reasonix

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@YangAoLib

Copy link
Copy Markdown

Can CLI be added to the bucket?

@JackieJK

Copy link
Copy Markdown
Author

Can CLI be added to the bucket?

这应该被添加到Main而不是Extra
This should be added to Main, not Extra.

@aliesbelik

Copy link
Copy Markdown
Collaborator

I guess it would make sense to separate manifests for desktop/cli version using more appropriate names.
Please rename to reasonix-desktop this one.

@JackieJK JackieJK changed the title deepseek-reasonix: Add version 1.10.0 reasonix-desktop: Add version 1.10.0 Jun 26, 2026
@JackieJK

Copy link
Copy Markdown
Author

Can CLI be added to the bucket?

ScoopInstaller/Main#8215

…tcuts, remove bin

Remove bin section to avoid possible interference with cli version (ScoopInstaller/Main#8215)
@aliesbelik aliesbelik changed the title reasonix-desktop: Add version 1.10.0 reasonix-desktop: Add version 1.12.0 Jun 26, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

reasonix-desktop

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: deepseek-reasonix-desktop

3 participants